projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ee6e2
)
build: Fix syntax error in non-embedded build case
author
Colin Walters
<walters@verbum.org>
Wed, 20 Jun 2012 19:42:19 +0000
(15:42 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 20 Jun 2012 19:42:19 +0000
(15:42 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a82e4c2132112d2f23fa2a40a817884549dcce4b..b7a41b558779692dae1e17deecda5c6bf50712ce 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-56,7
+56,7
@@
else
fi
fi
fi
-AM_CONDITIONAL(USE_LIBSOUP_GNOME, test x$enable_embedded_dependencies = xyes || x$with_soup != xno)
+AM_CONDITIONAL(USE_LIBSOUP_GNOME, test x$enable_embedded_dependencies = xyes ||
test
x$with_soup != xno)
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"